[INFO] cloning repository https://github.com/macg4dave/Rust_MC
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/macg4dave/Rust_MC" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmacg4dave%2FRust_MC", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmacg4dave%2FRust_MC'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 791169f628dc10631cc6fcdde4587fbfa88b0094
[INFO] fixing macg4dave/Rust_MC against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmacg4dave%2FRust_MC" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/macg4dave/Rust_MC
[INFO] finished tweaking git repo https://github.com/macg4dave/Rust_MC
[INFO] tweaked toml for git repo https://github.com/macg4dave/Rust_MC written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/macg4dave/Rust_MC on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/macg4dave/Rust_MC already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 51ea434d2b1f46fdaf80f5e92c822ce26240fb0afd85e9013cb49538dbb41ce5
[INFO] running `Command { std: "docker" "start" "51ea434d2b1f46fdaf80f5e92c822ce26240fb0afd85e9013cb49538dbb41ce5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51ea434d2b1f46fdaf80f5e92c822ce26240fb0afd85e9013cb49538dbb41ce5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51ea434d2b1f46fdaf80f5e92c822ce26240fb0afd85e9013cb49538dbb41ce5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "51ea434d2b1f46fdaf80f5e92c822ce26240fb0afd85e9013cb49538dbb41ce5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating app/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling syn v2.0.110
[INFO] [stderr]     Checking linux-raw-sys v0.11.0
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]    Compiling instability v0.3.9
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]     Checking num-modular v0.6.1
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking arraydeque v0.5.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking clap_builder v4.5.52
[INFO] [stderr]     Checking encoding_rs_io v0.1.7
[INFO] [stderr]     Checking saphyr-parser v0.0.6
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]     Checking num-order v1.2.0
[INFO] [stderr]     Checking shell-words v1.1.0
[INFO] [stderr]     Checking unit-prefix v0.5.2
[INFO] [stderr]     Checking unicode-linebreak v0.1.5
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking jiff v0.2.16
[INFO] [stderr]     Checking smallvec v2.0.0-alpha.12
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking smawk v0.3.2
[INFO] [stderr]     Checking nohash-hasher v0.2.0
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking quick-xml v0.38.4
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking fs_extra v1.3.0
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]    Compiling doc-comment v0.3.4
[INFO] [stderr]    Compiling assert_cmd v2.1.1
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking signal-hook-registry v1.4.6
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.0
[INFO] [stderr]     Checking console v0.16.1
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking users v0.11.0
[INFO] [stderr]     Checking xattr v1.6.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking directories-next v2.0.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking indicatif v0.18.3
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking console v0.15.11
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking dialoguer v0.12.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking ctrlc v3.5.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking env_logger v0.11.8
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.20
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]     Checking assert_fs v1.1.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking clap v4.5.52
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]     Checking tracing-appender v0.2.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking serde-saphyr v0.0.8
[INFO] [stderr]     Checking insta v1.43.2
[INFO] [stderr]     Checking derive_builder v0.20.2
[INFO] [stderr]     Checking handlebars v6.3.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tui-textarea v0.7.0
[INFO] [stderr]     Checking fileZoom v0.3.0 (/opt/rustwide/workdir/app)
[INFO] [stderr]    Migrating app/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed app/src/test_helpers/mod.rs (4 fixes)
[INFO] [stderr]        Fixed app/src/app/settings/config_dirs.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> app/src/runner/event_loop_main.rs:204:23
[INFO] [stdout]     |
[INFO] [stdout] 185 |         if poll(Duration::from_millis(100))? {
[INFO] [stdout]     |            ---------------------------------
[INFO] [stdout]     |            |
[INFO] [stdout]     |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |             match read_event() {
[INFO] [stdout]     |                   ------------
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 194 |                 Ok(ev) => events.push(ev),
[INFO] [stdout] 195 |                 Err(e) => {
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `e` calls a custom destructor
[INFO] [stdout]     |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 203 |             while poll(Duration::from_millis(5))? {
[INFO] [stdout]     |                   -------------------------------
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 204 |                 match read_event() {
[INFO] [stdout]     |                       ^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                       up until Edition 2021 `#8` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 205 |                     Ok(ev) => events.push(ev),
[INFO] [stdout] 206 |                     Err(e) => tracing::error!("failed to read input event: {:#}", e),
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout] 207 |                 }
[INFO] [stdout] 208 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 251 |                 if handlers::handle_key(&mut app, code, page_size)? {
[INFO] [stdout]     |                    ------------------------------------------------
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 262 |                     handlers::handle_mouse(&mut app, m, term_rect)?;
[INFO] [stdout]     |                     -----------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                     `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 handlers::handle_mouse(&mut app, m, term_rect)?;
[INFO] [stdout]     |                 -----------------------------------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> app/src/runner/event_loop_main.rs:204:23
[INFO] [stdout]     |
[INFO] [stdout] 185 |         if poll(Duration::from_millis(100))? {
[INFO] [stdout]     |            ---------------------------------
[INFO] [stdout]     |            |
[INFO] [stdout]     |            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |            `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 193 |             match read_event() {
[INFO] [stdout]     |                   ------------
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                   `#2` will be dropped later as of Edition 2024
[INFO] [stdout] 194 |                 Ok(ev) => events.push(ev),
[INFO] [stdout] 195 |                 Err(e) => {
[INFO] [stdout]     |                     -
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     `e` calls a custom destructor
[INFO] [stdout]     |                     `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 203 |             while poll(Duration::from_millis(5))? {
[INFO] [stdout]     |                   -------------------------------
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                   `#3` will be dropped later as of Edition 2024
[INFO] [stdout] 204 |                 match read_event() {
[INFO] [stdout]     |                       ^^^^^^^^^^^^
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]     |                       up until Edition 2021 `#8` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 205 |                     Ok(ev) => events.push(ev),
[INFO] [stdout] 206 |                     Err(e) => tracing::error!("failed to read input event: {:#}", e),
[INFO] [stdout]     |                         -
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout] 207 |                 }
[INFO] [stdout] 208 |             }
[INFO] [stdout]     |             - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 251 |                 if handlers::handle_key(&mut app, code, page_size)? {
[INFO] [stdout]     |                    ------------------------------------------------
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                    `#5` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 262 |                     handlers::handle_mouse(&mut app, m, term_rect)?;
[INFO] [stdout]     |                     -----------------------------------------------
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]     |                     `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 270 |                 handlers::handle_mouse(&mut app, m, term_rect)?;
[INFO] [stdout]     |                 -----------------------------------------------
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]     |                 `#7` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#4` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#6` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/error.rs:773:1
[INFO] [stdout]     |
[INFO] [stdout] 773 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating app/tests/menu_keyboard_mouse_integration.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_menu_focus.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/fs_op_stat.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/start_options.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_theme_extended.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_dialogs.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/menu_commandline_feature.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed app/src/main.rs (1 fix)
[INFO] [stderr]    Migrating app/tests/fs_op_permissions.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_panel_styles.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/app_types.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/perf_smoke.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/src/test_helpers/make_fakefs/make_fakefs.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed app/src/test_helpers/make_fakefs/advanced.rs (1 fix)
[INFO] [stderr]    Migrating app/tests/panel_tests.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> app/src/test_helpers/make_fakefs/run.rs:79:28
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let mut cmd = std::process::Command::new(term);
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cmd` calls a custom destructor
[INFO] [stdout]    |             `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] 78 |         cmd.args(&args);
[INFO] [stdout] 79 |         if let Ok(child) = cmd.spawn() {
[INFO] [stdout]    |                            ^^^^^^^^^^^
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 87 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> app/src/test_helpers/make_fakefs/run.rs:234:28
[INFO] [stdout]     |
[INFO] [stdout] 232 |         let mut cmd = std::process::Command::new(term);
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cmd` calls a custom destructor
[INFO] [stdout]     |             `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] 233 |         cmd.args(&args);
[INFO] [stdout] 234 |         if let Ok(child) = cmd.spawn() {
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 242 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating app/tests/mv_edge_cases.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/context_menu_extra.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/core_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/progress_integration.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/runner_handle_settings_direct.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_theme_files.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_help.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_modal.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_runtime_menu.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/context_menu.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/navigation_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/mouse_handler_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_theme.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/docker_fakefs_run.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/app_path_compat.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/fs_op_remove.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/core_panel_helpers.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/fs_watch.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/generate_fixtures.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]   --> app/src/test_helpers/make_fakefs/run.rs:79:28
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let mut cmd = std::process::Command::new(term);
[INFO] [stdout]    |             -------
[INFO] [stdout]    |             |
[INFO] [stdout]    |             `cmd` calls a custom destructor
[INFO] [stdout]    |             `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] 78 |         cmd.args(&args);
[INFO] [stdout] 79 |         if let Ok(child) = cmd.spawn() {
[INFO] [stdout]    |                            ^^^^^^^^^^^
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]    |                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 87 |     }
[INFO] [stdout]    |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]    |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]    = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]   --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]    = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]    = warning: this changes meaning in Rust 2024
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]    = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> app/src/test_helpers/make_fakefs/run.rs:234:28
[INFO] [stdout]     |
[INFO] [stdout] 232 |         let mut cmd = std::process::Command::new(term);
[INFO] [stdout]     |             -------
[INFO] [stdout]     |             |
[INFO] [stdout]     |             `cmd` calls a custom destructor
[INFO] [stdout]     |             `cmd` will be dropped later as of Edition 2024
[INFO] [stdout] 233 |         cmd.args(&args);
[INFO] [stdout] 234 |         if let Ok(child) = cmd.spawn() {
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                            up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 242 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout]     = note: `cmd` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `cmd` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/process/unix/common/cstring_array.rs:79:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating app/tests/mouse_click.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/settings_dialog_interaction.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_panels.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/input_mouse.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/execute_command_integration.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/fs_op_edge_cases.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/greet.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/runner_commands.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/container_isolation_test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/integration_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/errors_mod.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/command_line_features.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/inspect_permissions.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/fs_op_tests.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_menu_interaction.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/input_keyboard.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/fs_op_path.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed app/tests/fs_op_path.rs (1 fix)
[INFO] [stderr]    Migrating app/tests/ui_layout.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_main_menu.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/conflict_resolution.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/defaults_snapshot.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed app/tests/defaults_snapshot.rs (4 fixes)
[INFO] [stderr]    Migrating app/tests/drag_edge_cases.rs from 2021 edition to 2024
[INFO] [stdout] warning: call to deprecated safe function `std::env::set_var` is unsafe and requires unsafe block
[INFO] [stdout]    --> app/tests/defaults_snapshot.rs:142:34
[INFO] [stdout]     |
[INFO] [stdout] 142 |     if let Some(v) = prev_home { env::set_var("HOME", v); } else { unsafe { env::remove_var("HOME") }; }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout]     = note: `--force-warn deprecated-safe-2024` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]     |
[INFO] [stdout] 142 +     // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 143 ~     if let Some(v) = prev_home { unsafe { env::set_var("HOME", v) }; } else { unsafe { env::remove_var("HOME") }; }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to deprecated safe function `std::env::set_var` is unsafe and requires unsafe block
[INFO] [stdout]    --> app/tests/defaults_snapshot.rs:144:33
[INFO] [stdout]     |
[INFO] [stdout] 144 |     if let Some(v) = prev_xdg { env::set_var("XDG_CONFIG_HOME", v); } else { unsafe { env::remove_var("XDG_CONFIG_HOME") }; }
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this is accepted in the current edition (Rust 2021) but is a hard error in Rust 2024!
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/newly-unsafe-functions.html>
[INFO] [stdout] help: you can wrap the call in an `unsafe` block if you can guarantee that the environment access only happens in single-threaded code
[INFO] [stdout]     |
[INFO] [stdout] 144 +     // FIXME: Audit that the environment access only happens in single-threaded code.
[INFO] [stdout] 145 ~     if let Some(v) = prev_xdg { unsafe { env::set_var("XDG_CONFIG_HOME", v) }; } else { unsafe { env::remove_var("XDG_CONFIG_HOME") }; }
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating app/tests/drag_to_select.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_widgets.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_submenu_render.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_menu.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/app_path_deprecated.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/ui_file_stats.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/settings_persistence.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed app/tests/settings_persistence.rs (1 fix)
[INFO] [stderr]    Migrating app/tests/mouse_drag_double_click.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating app/tests/multi_select_copy.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.10s
[INFO] [stderr] crater-edition-check: fileZoom v0.3.0 (/opt/rustwide/workdir/app) updating edition from 2021 to 2024
[INFO] [stderr]     Checking fileZoom v0.3.0 (/opt/rustwide/workdir/app)
[INFO] [stdout] error[E0133]: call to unsafe function `set_var` is unsafe and requires unsafe block
[INFO] [stdout]    --> app/tests/defaults_snapshot.rs:142:34
[INFO] [stdout]     |
[INFO] [stdout] 142 |     if let Some(v) = prev_home { env::set_var("HOME", v); } else { unsafe { env::remove_var("HOME") }; }
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0133]: call to unsafe function `set_var` is unsafe and requires unsafe block
[INFO] [stdout]    --> app/tests/defaults_snapshot.rs:144:33
[INFO] [stdout]     |
[INFO] [stdout] 144 |     if let Some(v) = prev_xdg { env::set_var("XDG_CONFIG_HOME", v); } else { unsafe { env::remove_var("XDG_CONFIG_HOME") }; }
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ call to unsafe function
[INFO] [stdout]     |
[INFO] [stdout]     = note: consult the function's documentation for information on how to avoid undefined behavior
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0133`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fileZoom` (test "defaults_snapshot") due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "51ea434d2b1f46fdaf80f5e92c822ce26240fb0afd85e9013cb49538dbb41ce5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51ea434d2b1f46fdaf80f5e92c822ce26240fb0afd85e9013cb49538dbb41ce5", kill_on_drop: false }`
[INFO] [stdout] 51ea434d2b1f46fdaf80f5e92c822ce26240fb0afd85e9013cb49538dbb41ce5
